ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHollowPolygon Class / ImGearARTHollowPolygon Constructor / ImGearARTHollowPolygon Constructor(ImGearPoint[],ImGearRGBQuad,Int32,Boolean)
Mark's rectangle.
Border color of the mark.
Width of the mark's border.
Specifies whether the mark is highlighted or not.




In This Topic
    ImGearARTHollowPolygon Constructor(ImGearPoint[],ImGearRGBQuad,Int32,Boolean)
    In This Topic
    Initializes a new instance of the ImGearARTHollowPolygon class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal borderColor As ImGearRGBQuad, _
       ByVal borderWidth As Integer, _
       ByVal isHighlighted As Boolean _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim borderColor As ImGearRGBQuad
    Dim borderWidth As Integer
    Dim isHighlighted As Boolean
     
    Dim instance As New ImGearARTHollowPolygon(points, borderColor, borderWidth, isHighlighted)
    public ImGearARTHollowPolygon( 
       ImGearPoint[] points,
       ImGearRGBQuad borderColor,
       int borderWidth,
       bool isHighlighted
    )
    public: ImGearARTHollowPolygon( 
       ImGearPoint[]* points,
       ImGearRGBQuad borderColor,
       int borderWidth,
       bool isHighlighted
    )
    public:
    ImGearARTHollowPolygon( 
       array<ImGearPoint>^ points,
       ImGearRGBQuad borderColor,
       int borderWidth,
       bool isHighlighted
    )

    Parameters

    points
    Mark's rectangle.
    borderColor
    Border color of the mark.
    borderWidth
    Width of the mark's border.
    isHighlighted
    Specifies whether the mark is highlighted or not.
    See Also